<?php query_posts(array('cat'=>20,'posts_per_page'=>-1)); ?>
<?php $posts = new WP_Query(array('cat'=>20,'posts_per_page'=>-1)); ?>